/* 尾部 */
.footer{
    width: 100%;
    height: 205px;
}
.footer .footer_top{
    width: 100%;
    height:45px;
    background-color: #0a70c4;
    /* margin-top:20px; */
}
.footer .footer_top .footer_one{
    line-height: 45px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.footer .footer_top .footer_one img{
    margin-right: 10px;
}
.footer .footer_top .footer_one a{
    color: #ffffff;
}

.footer .footer_bottom{
    width: 100%;
    height:165px;
    background-color: #1e3d80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_bottom .footer_bottom_all{
    width: 1165px;
    height:125px;
    display: flex;
    justify-content: space-around;  
}
.footer .footer_bottom .footer_bottom_all .footer_all_left{
    height:125px;
}
.footer .footer_bottom .footer_bottom_all .footer_all_middle{
    width: 200px;
    height:125px;
}
.footer .footer_bottom .footer_bottom_all .footer_all_middle .mt15{
    width: 200px;
    height:29px;
    margin-top: 15px;
    height:29px;
    line-height: 29px;
    text-align: center;
    padding-left: 25px;
    color: #ffffff;
    background: url(/new-image/fdj.png) no-repeat -10px -16px;
}
.footer .footer_bottom .footer_bottom_all .footer_all_middle .mt25{
    width: 200px;
    height:44px;
    margin-top: 25px;
    padding-left: 50px;
    color: #ffffff;
    background: url(/new-image/jh.png) no-repeat -10px -10px;
}

.footer .footer_bottom .footer_bottom_all .footer_all_right{
    height:125px;
}
.footer .footer_bottom .footer_bottom_all .footer_all_right p{
    text-align: left;
    line-height: 2.5;
    color: #ffffff;
}